home *** CD-ROM | disk | FTP | other *** search
/ SEX CD-ROM 3 / SEX CD-ROM 3.iso / pkz204e.exe / ADDENDUM.DOC next >
Encoding:
Text File  |  1993-01-25  |  18.3 KB  |  497 lines

  1.  
  2.     ADDENDUM to PKZIP 2 Manual
  3.     --------------------------
  4.  
  5.     This file contains the most up-to-date information and additions and
  6.     changes to the PKZIP version 2 manual.
  7.  
  8.  
  9.       AUTHENTICITY VERIFICATION FEATURE
  10.       ---------------------------------
  11.  
  12.     The Authenticity Verification information you receive from PKWARE
  13.     will include two AV Serial Numbers and one checksum.  The Serial
  14.     Numbers include BOTH letters and numbers.  ALL LETTERS in the
  15.     Serial Numbers are LOWER CASE.
  16.  
  17.     After both Serial Numbers are entered using the PUTAV.EXE, the
  18.     program will return a checksum value.  This checksum must match
  19.     the one provided by PKWARE.  If the checksums do not match, then
  20.     the installation was not performed correctly and PUTAV.EXE should
  21.     be run again to ensure that the Serial Numbers and Name were
  22.     entered correctly.
  23.  
  24.     If you run PUTAV.EXE and you encounter the error, "WRONG VERSION
  25.     OF PKZIP.EXE", verify that you are running PUTAV on the
  26.     registered version of PKZIP.EXE.
  27.     
  28.  
  29.       AVEXTRA.TXT
  30.       -----------
  31.  
  32.     With the PKZIP 2 Authenticity Verification feature, additional
  33.     text can be displayed on subsequent lines following the
  34.     verification message.  An ASCII text file named AVEXTRA.TXT is
  35.     created containing the additional text you want displayed.  When
  36.     the AVEXTRA.TXT file is in the current directory when you use the
  37.     "PKZIP -!" option, PKZIP will add this text to the .ZIP file and
  38.     PKUNZIP will display it after the normal Authenticity
  39.     Verification message.  The Authenticity Verification feature is
  40.     available only to registered users of PKZIP.
  41.  
  42.  
  43.       SELF-EXTRACTING FILES ACROSS MULTIPLE DISKETTES
  44.       -----------------------------------------------
  45.  
  46.     PKZIP 2 has the ability to compress a large .ZIP file across
  47.     multiple diskettes.
  48.  
  49.     Self-extracting files CAN NOT span multiple disks.  This would
  50.     make the PKSFX code extremely large.
  51.  
  52.     A simple batch file can be created that would uncompress across
  53.     multiple diskettes.  All that would be required is to have the
  54.     batch file follow this procedure:
  55.  
  56.     1.  Create a batch file called install.bat
  57.     2.  Edit install.bat and in that file have the following line:
  58.  
  59.           pkunzip -d a:program c:\test
  60.  
  61.     This batch file would create the directory C:\TEST on your
  62.     computer and then unzip the file called PROGRAM.ZIP into the c:\test
  63.     directory.  PKUNZIP will prompt the user to enter the diskettes
  64.     in the extraction order.
  65.  
  66.  
  67.       PKCFG.EXE
  68.       ---------
  69.  
  70.       * PKCFG.EXE is only included in the registered version of PKZIP.
  71.  
  72.     PKZIP.EXE can have many of its features configured with a
  73.     configuration file called PKZIP.CFG.  This configuration file can
  74.     be located in either your current directory, a directory
  75.     specified with the environment variable PKZIP.CFG, or in the
  76.     directory that PKZIP.EXE is located.  PKZIP.EXE will search for the
  77.     configuration in each location in the order listed above.  This
  78.     means that you may have a default configuration file that is
  79.     easily overridden by using a configuration file in either of the
  80.     first two locations.  Any option that is set in the configuration
  81.     file may be overridden from the command line.  The configuration
  82.     file may be created manually with a text editor.
  83.  
  84.     The PKCFG.EXE program will look for an existing configuration file
  85.     in the same locations and order that PKZIP.EXE would look.  If the
  86.     PKCFG.EXE program finds an existing configuration file it will load
  87.     it. The existing configuration values will be shown in the place of
  88.     the defaults.  A list of options will be displayed on the screen,
  89.     and a highlighted cursor indicates the option that you can
  90.     modify.
  91.  
  92.       PK SAFE ANSI
  93.       -----------
  94.  
  95.       * PKSFANSI.COM is only included in the registered version of PKZIP.
  96.  
  97.     Another program included with registration of PKZIP 2 is called
  98.     PKSFANSI.COM.  PKSFANSI is a terminate and stay resident program
  99.     that disables ANSI keyboard key Reassignments, thereby preventing
  100.     ANSI "bombs" embedded in any text file (such as README files) or
  101.     output by any program.  Normally, ANSI sequences that redefine
  102.     the keyboard could be hidden inside ANY text file or program, and
  103.     could be executed completely unnoticed until it is too late.
  104.     PKSFANSI intercepts calls to the ANSI.SYS or other ANSI device
  105.     drivers, and filters out any keyboard reassignments, while
  106.     allowing other ANSI sequences through unaltered.  If a keyboard
  107.     reassignment is attempted, PKSFANSI will intercept the sequence
  108.     and discard it.  PKSFANSI will also BEEP to alert you that a
  109.     reassignment was attempted.
  110.  
  111.  
  112.     PKSFANSI requires less than 1K bytes resident RAM, and should
  113.     work with any ANSI driver, such as the standard ANSI.SYS driver,
  114.     NANSI, ZANSI, DVANSI, etc.  Note that if you use a memory
  115.     resident ANSI driver, such as the DESQview DVANSI.COM driver,
  116.     PKSFANSI should be loaded after the ANSI driver is loaded.
  117.  
  118.  
  119.       Using PKZIP and DPMI
  120.       --------------------
  121.  
  122.     If you experience difficulties when using PKZIP in a DOS window
  123.     under Windows, use the -) option to disable DPMI support.  If
  124.     this eliminates the problem, you may default this option for
  125.     PKZIP by using the configuration file (see manual for details).
  126.     With PKUNZIP, this option may be set as an environment variable
  127.     (see below for details).
  128.  
  129.  
  130.       PKUNZIP as an Environment Variable
  131.       ----------------------------------
  132.  
  133.     PKUNZIP includes the ability to use an environment variable as a
  134.     continuation of the command line.  An option, or number of
  135.     options may be specified by an environment variable.  PKUNZIP
  136.     will treat the variables as if they were passed on the command
  137.     line.
  138.  
  139.          example: set PKUNZIP=-)
  140.  
  141.       This example would disable DPMI usage.
  142.  
  143.     Note that since the PKUNZIP environment variable is a
  144.     continuation of the command line; it will supersede any
  145.     preceding option on the command line.
  146.  
  147.  
  148.       Minimum DOS Requirements for SPANNING & FORMATTING
  149.       --------------------------------------------------
  150.  
  151.     For PKZIP 2 to span multiple disks with a .ZIP file, DOS 3.0 or
  152.     greater is required.
  153.  
  154.     To be able to format diskettes on-the-fly, DOS 3.2 or greater is
  155.     required.
  156.  
  157.  
  158.       PKUNZJR.COM & PKSFX Junior
  159.       --------------------------
  160.  
  161.     When using PKUNZJR or PKSFX Junior, remember to end you output
  162.     path with a : or a \.  Because the PKUNZJR and PKSFX Junior were
  163.     designed to be as small as possible, please note that they
  164.     perform minimal error checking.
  165.  
  166.  
  167.       CHANGE TO "MOVE" OPTION
  168.       -----------------------
  169.  
  170.     When using the -m option in PKZIP.EXE, PKZIP will now remove the
  171.     directories and subdirectories after the compression process has
  172.     been completed. This feature is turned on by default, but if you
  173.     wish PKZIP not to remove the directories/subdirectories, use a
  174.     -m- option to disable this feature.
  175.  
  176.  
  177.       PKNOFASTCHAR= Environment Variable
  178.       ---------------------------------
  179.  
  180.     This tells PKZIP/PKUNZIP to use the slow DOS 1.x/2.x character
  181.     output function calls, rather than the 'DOS Fast Character
  182.     Output' function.  This option is designed for compatability with
  183.     TSR's or BBS doors etc. that do not intercept the DOS Fast
  184.     Character Output function.
  185.  
  186.  
  187.       ERROR MESSAGES
  188.       --------------
  189.  
  190.     This is addendum to the ERROR MESSAGES found in the manual.
  191.  
  192.     PKZIP: (E[19-23] and E29) Insufficient Memory
  193.  
  194.     PKZIP: (E26) DOS 3.0 or later needed to span disks
  195.     PKZIP: (E26) DOS 3.2 or later needed to format disks
  196.  
  197.     PKZIP: (E28) Destination for .ZIP file is same as temporary file
  198.     PKZIP: (E28) Source and destination is the same
  199.  
  200.     PKZIP: (W07) Warning! Bad System Track
  201.  
  202.     PKZIP: (W08) Warning! Can't write FAT
  203.  
  204.     PKZIP: (W09) Warning! Can't write root directory
  205.  
  206.     PKZIP: (W10) Warning! Can't write boot sector
  207.  
  208.     ZIP2EXE: (E09) Can't create ouput file
  209.  
  210.     ZIP2EXE: (W01) Warning! The file already exists, overwrite (y/n)?
  211.  
  212.     PKSFX: Warnings the same as PKUNZIP for warning numbers
  213.            [9-18,20,21,23,24]
  214.  
  215.     PKSFX: (E02,E03) Error in .EXE file
  216.  
  217.     PKSFXJR: No numbers are printed by PKSFXJR.  The manual states
  218.          that PKSFXJR will report error numbers, but this is
  219.          incorrect.  It will print only a message; no number
  220.          is printed.  The errorlevel will be returned to DOS
  221.          however.
  222.  
  223.  
  224.  
  225.                 SUMMARY
  226.                 -------
  227.     PKZIP:
  228.  
  229.     0       No Error
  230.     1       Bad file name or file specification
  231.     2,3     Error in .ZIP file
  232.     4-11    Insufficient Memory
  233.     12      No files were found to add to the .ZIP, or no files
  234.         were specified for deletion
  235.     13      File not found. The specified .ZIP file or list file
  236.         was not found
  237.     14      Insufficient disk space for .ZIP comment
  238.               or
  239.         Insufficient disk space for update file
  240.           or
  241.         Disk Full, file XXXXX
  242.     15      .ZIP file is read-only and can not be modified
  243.     16      Bad or illegal parameters specified. (help screen displayed)
  244.     17      Too many files
  245.     18      Could not open file
  246.     19-23,29 Insufficient Memory
  247.     26      DOS 3.2 or later needed to span disks
  248.     28      Destination for .ZIP is same as temporary file
  249.               or
  250.         Source and destination is the same
  251.     255     User pressed control-c or control-break
  252.  
  253.     ZIP2EXE:
  254.  
  255.     0       No error
  256.     1       Error in .ZIP file
  257.     2       Error in .ZIP file, use PKZIPFIX
  258.     3-4     Insufficient memory to process file
  259.     6       Bad or illegal parameters specified. (help screen displayed)
  260.     7       Can't open Source file
  261.     8       Error in .ZIP file
  262.     9       Disk full writing target file during EXE to ZIP process
  263.     11      Disk full writing target file during ZIP to EXE process
  264.     12      .ZIP file being converted contains a file compressed with
  265.         a method not supported by the version of PKSFX being
  266.         attached by ZIP2EXE
  267.     13      User answered "No" in response to an "overwrite(y/n)?" prompt
  268.  
  269.     PKSFX:
  270.  
  271.     1       Warning error such as:
  272.         File fails CRC check, Unknown compression method.
  273.     2,3     Can't find .EXE file
  274.     4-8     Insufficient memory
  275.     9       Unable to locate listfile
  276.     10      Bad or illegal parameters specified. (help screen displayed)
  277.     12      User aborted at comment pausing, "Extract now (y/n)?" prompt
  278.     2,3,13  Error in .EXE file
  279.     50      Disk full
  280.  
  281.  
  282.       NOTES
  283.       -----
  284.  
  285.     Note, the -x option in PKUNZIP now is used to specify files
  286.     to eXclude.  As stated in the PKUNZIP 1.1 documenation, use
  287.     of '-x' to mean eXtract would not be supported in future
  288.     versions of PKUNZIP.  The -e option of PKUNZIP specifies
  289.     extraction.
  290.  
  291.     Note, the -o and -k, as well as the ZIPDATE= options in the
  292.           pkzip.cfg file, will be ignored when used with the -& option.
  293.  
  294.     Note, PKZIP requires 206K of memory if no EMS or XMS is available,
  295.           and 108K if enough EMS/XMS is available.
  296.  
  297.       PKZIP BACKUP GUIDE
  298.       ------------------
  299.  
  300.     PKZIP can now create .ZIP files that exceed the size of a floppy
  301.     disk.  You can use PKZIP to backup your entire hard disk and
  302.     unlike most backup programs, PKZIP can use disks formatted by
  303.     DOS, or it can format the disk for you.  PKZIP can optionally
  304.     erase all files on the destination disk(s), or leave those files
  305.     intact.  PKZIP can optionally quick format the destination
  306.     disk(s), or do a normal (unconditional) format.  A quick format
  307.     erases the information on the disk without formatting each
  308.     track, greatly reducing the time required to format a disk.
  309.  
  310.     Option    Description
  311.     --------------------------------------------------------------------
  312.       -&      Span disks if necessary.
  313.  
  314.     You must specify this option if you wish to create a .ZIP file
  315.     on multiple disks.  If this option is not specified and you
  316.     exceed the capacity of a floppy disk, a DISK FULL error message
  317.     will result.
  318.  
  319.       -&f     Format the destination disk.
  320.  
  321.     PKZIP will format the destination disk(s) if you specify this
  322.     option.  If the disk has been formatted previously, a quick
  323.     format will be performed, otherwise a full format will be
  324.     performed.
  325.  
  326.       -&fl    The destination disk is to be formatted to low density.
  327.  
  328.     If you plan to use low density disks in a high density disk
  329.     drive, this option is required.  For example, if you have a 1.44
  330.     meg floppy disk drive, and plan to zip to 720K disks and your
  331.     disks are not formatted, you must specify this option.  If your
  332.     disk drive is a 360K or 720K drive, this option is not required.
  333.     If any information was previously contained on the disk, it will
  334.     be erased.
  335.  
  336.  
  337.       -&u     Unconditionally (always) format the disk.
  338.  
  339.     Always format the disk before being used.  A full format will be
  340.     used, a quick format will never be performed.  If any information
  341.     was previously contained on the disk, it will be erased.
  342.  
  343.       -&ul    Unconditionally (always) format a low density disk in a
  344.           high density disk drive.
  345.  
  346.     Always format the disk before being used.  A full format will be
  347.     used, a quick format will never be performed. If any information
  348.     was previously contained on the disk, it will be erased.
  349.  
  350.       -&w     Wipe the disk.  (Erase all files and subdirectories)
  351.  
  352.     This is similar to -&f, except the files are deleted, rather than
  353.     formatting the disk.  This is for usage with non floppy removable
  354.     devices, such as Bernoulli boxes.
  355.  
  356.       -&s[d:] Include subdirectories in zipping process (similar to
  357.           -rp \*.*).
  358.  
  359.       -&v     Turn on DOS verify when spanning. This may also be set
  360.           by using BACKUP=verify in the pkzip.cfg file.
  361.  
  362.  
  363.     This option tells PKZIP that you wish to backup the entire disk
  364.     drive.  The current disk drive will be used if no disk drive is
  365.     specifed.  You do not need to specify the -rp option (recurse and
  366.     store pathnames).  If you also specify files on another disk
  367.     drive, these files will be compressed, as well as all files on the
  368.     default drive.  (Please see following examples.)
  369.  
  370.     All options are case insensitive, but this may change in future
  371.     versions.  We suggest you USE LOWER CASE LETTERS FOR FUTURE
  372.     COMPATIBILITY.  The -&l option must be specified with -&u or -&f.
  373.  
  374.     * Note:   If you create a .ZIP file with the same name as exists
  375.       on a disk set, you do not need to use the WIPE or FORMAT
  376.       options.  PKZIP will create a new .ZIP file with the same name;
  377.       this method is faster.
  378.  
  379.     * Note:   All the PKZIP Configuration File options can be
  380.       overridden on the command line by specifying the option and a
  381.       '-'.  For example, -&f- will override "BACKUP=FORMAT" in the
  382.       Configuration File and turn off formatting.
  383.  
  384.     * Note:   When using PKUNZIP.EXE to restore a from a spanned
  385.       backup set, it is most efficient to start by inserting the
  386.       last diskette.
  387.  
  388.     * Note:   If you would like to use PKZIP.EXE for full and
  389.           incremental backups, use the -a+ for the full backup.
  390.           This will turn off the archive attribute after the
  391.           files have been compressed.  Then to perform a
  392.           incremental backup, use the -i option.  This will
  393.           compress only files that have changed since they
  394.           were last backed up.
  395.  
  396.  
  397.     Examples
  398.     --------
  399.  
  400.     Command Line              Description
  401.     -----------------------------------------------------------------
  402.     pkzip a:zipfile -&        Zip the current directory to drive A:, and
  403.                   span disks if necessary.  The files
  404.                   currently on drive A: will not be affected.
  405.  
  406.     C:\>pkzip a:zipfile -&s   Zip all files on drive C: to the A: drive.
  407.  
  408.     C:\>pkzip b:zipfile -&s d:\sd\*.*  Zip all files on drive C:
  409.                        (the current drive), and all files
  410.                        in the D:\SD directory to the B:
  411.                        drive.
  412.  
  413.     C:\>pkzip a:zipfile -&s d:\*.BAT   Zip all the files on drive C: and
  414.                        all .BAT files on drive D: to the
  415.                        A: drive.
  416.  
  417.     pkzip a:zipfile -&f -rp            Zip the current directory and its
  418.                        subdirectories to drive A:, and
  419.                        format each disk.  A quick format
  420.                        will be performed if possible,
  421.                        which is much faster than a
  422.                        unconditional format.
  423.  
  424.     pkzip a:zipfile -&u -rp            Same as above, except the disk
  425.                        will be unconditionally formatted.
  426.  
  427.     pkzip a:zipfile -&fl               Zip the current directory to drive
  428.                        A:, and format each disk to low
  429.                        density.  This option only applies
  430.                        to users using a 360K floppy disk
  431.                        in a 1.2 meg drive, or users using
  432.                        a 720K floppy disk in a 1.44 meg
  433.                        drive.  A quick format will be
  434.                        performed if possible, which is
  435.                        much faster than a unconditional
  436.                        format.
  437.  
  438.     pkzip a:zipfile -&ul               Same as above, except the disk
  439.                        will be unconditionally formatted
  440.                        (do not quick format).
  441.  
  442.     pkzip a:zipfile -&w -rp            Zip the current directory and its
  443.                        subdirectories to drive A:, and
  444.                        wipe each disk.  All files and
  445.                        subdirectories will be erased from
  446.                        the A: drive.  The disk will not
  447.                        be formatted or quick formatted.
  448.  
  449.     pkzip a:zipfile -&fs               Zip the current disk drive
  450.                        (including subdirectories) to drive
  451.                        A:, and format each disk.  If the
  452.                        destination disk has previously
  453.                        been formatted, a quick format will
  454.                        be performed.  Otherwise, an
  455.                        unconditional format will be
  456.                        performed.
  457.  
  458.  
  459.       New Options For the PKZIP.CFG Configuration File
  460.       ------------------------------------------------
  461.     The keyword BACKUP=  can be followed by the following keywords:
  462.  
  463.       SPAN            The -& option is enabled.  If this keyword is not
  464.               specified, the following options will only be
  465.               enabled when -& is specified on the command line.
  466.               Same as -&.
  467.  
  468.       UNCONDITIONAL   Format the disk unconditionally.  Same as -&u.
  469.  
  470.       LOW             Using low density disks.  Same as -&l
  471.  
  472.       FORMAT          Format the disks.  Same as -&f.
  473.  
  474.       WIPE            Wipe the disks.  Same as -&w.
  475.  
  476.       FULL            Do a full backup.  Same as -&s.
  477.  
  478.       VERIFY          Turn on DOS verify when spanning. Same as -&v
  479.  
  480.     Examples                             Same as
  481.     --------------------------------------------------------
  482.       BACKUP=SPAN FORMAT                   -&f
  483.       BACKUP=SPAN FORMAT UNCONDITIONAL     -&u
  484.       BACKUP=LOW VERIFY SPAN               -&lv
  485.       BACKUP=FORMAT WIPE         Illegal -- WIPE and FORMAT are exclusive.
  486.       BACKUP=FULL                          -&s
  487.       BACKUP=FULL  WIPE                    -&sw
  488.  
  489.  
  490.  
  491.     PKWARE, PKZIP, PKUNZIP and PKSFX are registered trademarks of PKWARE,
  492.     Inc. PKSFANSI and PKCFG are trademarks of PKWARE, Inc.
  493.  
  494.     Trademarks of other companies mentioned appear for identification
  495.     purposes only and are the property of their respective companies.
  496.  
  497.